discord.py read embed on message

32

@client.event
async def on_message(message):
	embeds = message.embeds
    for embed in embeds:
        print(embed.to_dict())

Comments

Submit
0 Comments